home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000396_news@newsmaster….columbia.edu _Thu Sep 25 14:30:40 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA10402
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 25 Sep 1997 14:30:40 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA12913
  7.     for kermit.misc@watsun; Thu, 25 Sep 1997 14:30:39 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!nntprelay.mathworks.com!logbridge.uoregon.edu!news.bc.net!rover.ucs.ualberta.ca!alberta!not-for-mail
  9. From: Vladimir Alexiev <vladimir@cs.ualberta.ca>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: 3.15: different parsing of arguments
  12. Date: 25 Sep 1997 12:10:26 -0600
  13. Organization: University of Alberta, Computing Science
  14. Lines: 3
  15. Message-ID: <omyb4l8dt9.fsf@tees.cs.ualberta.ca>
  16. NNTP-Posting-Host: tees.cs.ualberta.ca
  17. X-Newsreader: Gnus v5.0.15
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7722
  19.  
  20. "set key <foo> \27\32" used to set the key to ESC SPC as expected in 3.14.
  21. In 3.15, this sets the key to ESC only, and I have to do
  22. "set key <foo> {\27\32}" to get what I want.